Skip to content

Updated dependencies (3.21.x)#1805

Merged
craigcomstock merged 11 commits into3.21.xfrom
update-dependencies-action-3.21.x-1753081733
Jul 28, 2025
Merged

Updated dependencies (3.21.x)#1805
craigcomstock merged 11 commits into3.21.xfrom
update-dependencies-action-3.21.x-1753081733

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated dependency updates for the 3.21.x branch

larsewi added 2 commits July 21, 2025 10:34
When building git dependency on redhat 7 with git v2.50 we get a
compilation error due to the include of a missing file.

```
15:05:27 + make CURL_LDFLAGS=-lcurl
15:05:28 GIT_VERSION=2.50.0
15:05:28     * new build flags
15:05:28     CC daemon.o
15:05:28 In file included from git-compat-util.h:26:0,
15:05:28                  from daemon.c:3:
15:05:28 compat/posix.h:159:24: fatal error: sys/random.h: No such file or directory
15:05:28  #include <sys/random.h>
15:05:28                         ^
15:05:28 compilation terminated.
```

Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
(cherry picked from commit 16fc9aa)
Fixes current compilation error (found on Ubuntu 24):

```
23:16:48 log.c:637:21: error: implicit declaration of function 'gettid'; did you mean 'getgid'? [-Wimplicit-function-declaration]
23:16:48   637 |         pid_t tid = gettid();
23:16:48       |                     ^~~~~~
23:16:48       |                     getgid
```

Ticket: ENT-13084
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
(cherry picked from commit 6e0eaed)
@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jul 24, 2025

Build Status

@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jul 24, 2025

Build Status

@larsewi larsewi force-pushed the update-dependencies-action-3.21.x-1753081733 branch 2 times, most recently from bcbc347 to 1f09c13 Compare July 24, 2025 15:15
@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jul 24, 2025

Build Status

@craigcomstock
Copy link
Copy Markdown
Contributor

last build used BASE_BRANCH master, that won't work.

@cf-bottom jenkins again please, thanks!

larsewi added 2 commits July 25, 2025 12:47
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
Fixes following issue on Windows build
```
15:44:06 url.c: In function 'zonefrom_url':
15:44:06 url.c:1802:18: error: implicit declaration of function 'if_nametoindex' [-Werror=implicit-function-declaration]
15:44:06        scopeidx = if_nametoindex(zoneid);
15:44:06                   ^
```

Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
(cherry picked from commit 4512cfe)
@larsewi larsewi force-pushed the update-dependencies-action-3.21.x-1753081733 branch from 1f09c13 to d9a5956 Compare July 25, 2025 10:48
@cfengine cfengine deleted a comment from cf-bottom Jul 25, 2025
@cf-bottom
Copy link
Copy Markdown

@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jul 25, 2025

^
Debian 10 Failure is unrelated

13:52:50 ERROR Found unwanted package: libltdl-dev
13:52:50 ERROR Found unwanted package: libltdl7
13:52:50 ./buildscripts/build-scripts/build-environment-check: FAILURE buildslave is NOT correctly setup

@craigcomstock is working on fixing this

RHEL 8 failure is also unrelated

14:42:05 cc: fatal error: Killed signal terminated program cc1

It's probably due to memory being exhausted. I believe @craigcomstock also mentioned that there was a specific file in PHP that caused this.

@craigcomstock
Copy link
Copy Markdown
Contributor

@cf-bottom jenkins I see you are at deployment tests for the previous go around, I'll cancel that and let you try again now that I have fixed deb-10 instances and increased RAM for other build hosts.

@cf-bottom
Copy link
Copy Markdown

@larsewi
Copy link
Copy Markdown
Contributor

larsewi commented Jul 28, 2025

java.io.IOException: No space left on device

Seems like there is too little disk space on the Deb 10 instance

@craigcomstock
Copy link
Copy Markdown
Contributor

java.io.IOException: No space left on device

Seems like there is too little disk space on the Deb 10 instance

I increased it to 30GB but maybe that's not enough. I will investigate.

Copy link
Copy Markdown
Contributor

@craigcomstock craigcomstock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deb10 can work, it has more disk space now.
DT failures were due to trying to install ubu22 on ubu18: ENT-13081

@craigcomstock craigcomstock merged commit 5c80671 into 3.21.x Jul 28, 2025
37 of 41 checks passed
@craigcomstock craigcomstock deleted the update-dependencies-action-3.21.x-1753081733 branch July 28, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants